home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.SoundPushButton.start();
- _root.GameMenu1._visible = false;
- if(_root.HiScoreEnabled == 1 && _root.Score > 1000)
- {
- _root.ShowEnterYourNameWindow();
- }
- else
- {
- _root.MainMenuMusic.start(0,1000000);
- if(_root.RegisteredVersion == 0)
- {
- _root.ShowBuyMeWindow(1);
- }
- else
- {
- _root.ShowMainMenu();
- }
- }
- }
-